home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList0597 / AMOSLIST / text0142.txt < prev    next >
Encoding:
Text File  |  1997-06-01  |  1.1 KB  |  30 lines

  1. AH! That would explain it! My main loop is MASSIVE!!! It was quite 
  2. awhile ago :) But amazingly it still runs at 25fps
  3.  
  4. CAMERON BONDE
  5. "DONGLE" Australia, Tasmania
  6. cbonde@lawson.appcomp.utas.edu.au
  7.  
  8. > Cameron James Bonde wrote:
  9. > ----------
  10. > > I while back I wrote a cool game, but it got pretty big. Then for no 
  11. > > reason ALL the jump/looping/procedure commands couldn`t find their 
  12. > > destination/connected command! eg Do without loop. No setup defined. This 
  13. > > was done in 1.3 but I tried it with pro and still nothing. Was this just 
  14. > > a faulty/corrupt file or is this a genuine problem. The code seems fine 
  15. > > and very close to older, working versions.
  16. > Be careful with the size of your 'Do-Loops', etc... if they get too big
  17. > you will get a bunch of weird errors. I even have gotten:
  18. >  'Wait for disk access to stop' errors because of 'Do-Loop' lengths.
  19. >  And I have also gotten the usual 'Software Failure' errors, because
  20. >  of 'Do-Loop' lengths, you can get the same problems with too many
  21. >  goto's ,etc...
  22. > Use gosubs, and shorten the 'Do-Loops' as much as possible.
  23. > Robert W. Benjamin
  24. > rwbenjamin@sosbbs.com 
  25.  
  26.  
  27.